Represents a sorted IIndexedSource<(Of <(<'T>)>)>.
Namespace:
C1.LiveLinqAssembly: C1.LiveLinq (in C1.LiveLinq.dll)
Syntax
C# |
---|
public class Ordering<T> : IIndexedSource<T>, IEnumerable<T>, IEnumerable |
Visual Basic |
---|
Public Class Ordering(Of T) _ Implements IIndexedSource(Of T), IEnumerable(Of T), _ IEnumerable |
Type Parameters
- T
- The type of the elements of the collection.
Remarks
An Ordering<T> can be obtained as a result of an OrderBy
or OrderByDescending query operator.
Query operators (extension methods) ThenBy and
ThenByDescending operate on objects
of type Ordering<T>.